projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
553b363
e2e1751
)
Auto merge of #1873 - alexcrichton:fix-transitive-activation, r=brson
author
bors
<bors@rust-lang.org>
Mon, 3 Aug 2015 23:42:07 +0000
(23:42 +0000)
committer
bors
<bors@rust-lang.org>
Mon, 3 Aug 2015 23:42:07 +0000
(23:42 +0000)
When activating the feature `foo/bar` you're actually activating both the
feature `foo` and the `bar` feature of the relevant package. Cargo previously
forgot to activate the `foo` feature, and this commit fixes that up.
Closes #1871
Trivial merge